-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add netrc support to --bes_backend #15930
Conversation
@bazel-io flag |
@tjgq PTAL |
src/main/java/com/google/devtools/build/lib/authandtls/GoogleAuthUtils.java
Outdated
Show resolved
Hide resolved
src/main/java/com/google/devtools/build/lib/authandtls/GoogleAuthUtils.java
Outdated
Show resolved
Hide resolved
@@ -191,7 +197,21 @@ private static NettyChannelBuilder newNettyChannelBuilder(String targetUrl, Stri | |||
* @throws IOException in case the call credentials can't be constructed. | |||
*/ | |||
@Nullable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copy the comment from newCallCredentials
here, to make it clear where we attempt to retrieve credentials from.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found a simple way to delete the method instead.
src/main/java/com/google/devtools/build/lib/authandtls/GoogleAuthUtils.java
Outdated
Show resolved
Hide resolved
@bazel-io fork 5.3.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like //src/test/java/com/google/devtools/build/lib/buildeventservice:BazelBuildEventServiceModuleTest
needs fixing?
Fixed, PTAL |
FYI, I'll have to remove a couple of |
Follow-up on bazelbuild#15930 due to bazelbuild#15906 Progress on bazelbuild#15856
Follow-up on bazelbuild#15930 due to bazelbuild#15906 Progress on bazelbuild#15856 Closes bazelbuild#15941. PiperOrigin-RevId: 462580799 Change-Id: Ibac79ed68a0c87a4f34eb9d0729abb1552b44519
Progress on bazelbuild#15856 Fixes bazelbuild#15928 Closes bazelbuild#15930. PiperOrigin-RevId: 462379746 Change-Id: Ia7ae470bdcbd97c6cb42cc290c3891393ec9ce3a
Progress on bazelbuild#15856 Fixes bazelbuild#15928 Closes bazelbuild#15930. PiperOrigin-RevId: 462379746 Change-Id: Ia7ae470bdcbd97c6cb42cc290c3891393ec9ce3a
Progress on #15856 Fixes #15928 Closes #15930. PiperOrigin-RevId: 462379746 Change-Id: Ia7ae470bdcbd97c6cb42cc290c3891393ec9ce3a Co-authored-by: Yannic Bonenberger <[email protected]>
Follow-up on #15930 due to #15906 Progress on #15856 Closes #15941. PiperOrigin-RevId: 462580799 Change-Id: Ibac79ed68a0c87a4f34eb9d0729abb1552b44519 Co-authored-by: Yannic Bonenberger <[email protected]> Co-authored-by: Chenchu K <[email protected]>
Progress on #15856
Fixes #15928